Blog

Creating an estimate

October 28, 20234 min read

Estimating, like anything in software development, is a skill. And it's HARD.

Estimates serve a purpose

October 28, 20232 min read

Estimates are invaluable for us to project plan.

What is an estimate?

October 28, 20233 min read

I think misunderstanding what's in an estimate is a big reason so many devs hate estimating.

Ode to VSCode Snippets

May 24, 20227 min read

Snippets are powerful. This one little tool can reduce toil and make it easier to follow your team's style conventions. They're also fun to play with. Work smarter not harder!

Value of team estimates

April 19, 20223 min read

I see teams choose to forgo estimates when they find them challenging and don't see value in them. But there's a ton of value in team estimates!

Updating dependencies in a frontend project

March 28, 20224 min read

I loathe loathe loathe dependency management. Updating dependencies sounds simple but it's something we're not usually taught. This is the post I wish I had when I was learning how to do this.

How to ask for help

March 22, 20223 min read

Asking for help is a skill like anything else. The better you get at how you ask questions, the better your team and senior engineers will be able to support you–and the more quickly you will level up.

The art of estimation

March 15, 202211 min read

Estimating is HARD but it's a skill that you can hone like any other, such as coding or professional communication.

What to include in a PR description

March 08, 20224 min read

When I'm working with a new team, a question that comes up often is "What info should I include in my PR description?" A good PR description can open doors to quicker and more productive PR reviews.

How I review pull requests

February 28, 20226 min read

Code review is an integral part of most teams' workflows. But knowing exactly what to look at while you're reviewing a team member's code or how to organize your thoughts can be hard.